-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build outside of source dir (using cmake crate) #36
Conversation
sigh as far as I can tell this is failing because the path we're building in is now too long to fit inside of |
Fixed by making the target directory be at The move to Clang is probably actually unnecessary now, but 🤷 |
Also worth noting that this change means we also run |
Filed a ticket asking for this functionality in the |
Also, FYI, after I change the invocation to not also call the |
Released in |
Locally I also need linux-rdma/rdma-core#1485 for this to work.